Try to get the instance which is mapped to the specified key.
'Declaration
Public Function TryGet( _
ByVal As String, _
ByRef As _
) As Boolean
Parameters
- key
- The item key.
- value
- The item
Return Value
true if contains an element with the specified key; otherwise, false.